home *** CD-ROM | disk | FTP | other *** search
- object frmNewFolder: TfrmNewFolder
- Left = 298
- Top = 180
- BorderStyle = bsDialog
- Caption = 'Neues Verzeichniss erstellen'
- ClientHeight = 93
- ClientWidth = 371
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = True
- Position = poMainFormCenter
- Scaled = False
- OnCreate = FormCreate
- OnKeyDown = FormKeyDown
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object lCurrentDir: TLabel
- Left = 8
- Top = 6
- Width = 111
- Height = 14
- Caption = 'Aktuelles Verzeichnis :'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- end
- object AktDir: TLabel
- Left = 8
- Top = 28
- Width = 257
- Height = 14
- AutoSize = False
- Caption = 'C:\'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object lNewDir: TLabel
- Left = 8
- Top = 50
- Width = 163
- Height = 14
- Caption = 'Zu ertstellendes Unterverzeichnis'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- end
- object btnCreate: TButton
- Left = 280
- Top = 8
- Width = 85
- Height = 25
- Caption = '&Erstellen'
- Default = True
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 1
- OnClick = btnCreateClick
- end
- object btnCancel: TButton
- Left = 280
- Top = 38
- Width = 85
- Height = 25
- Cancel = True
- Caption = 'Abbrechen'
- TabOrder = 2
- OnClick = btnCancelClick
- end
- object NewDir: TEdit
- Left = 8
- Top = 64
- Width = 257
- Height = 21
- TabOrder = 0
- OnKeyDown = FormKeyDown
- end
- end
-